Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/147 - Screen Recorder/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/147 - Screen Recorder/index.html
352 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md /cody/swapnilsparsh/30DaysOfJavaScript/147 - Screen Recorder/readme.md
259 Views
0 Comments
# Screen Recorder: 💻

> It's screen Recorder made using HTML,CSS,JS.Screen Capture API is used in it .It contains 3 functionalit
script.js /cody/swapnilsparsh/30DaysOfJavaScript/147 - Screen Recorder/script.js
187 Views
0 Comments
let preview = document.getElementById("preview");
let recording = document.getElementById("recording");
let startButton = docume
style.css /cody/swapnilsparsh/30DaysOfJavaScript/147 - Screen Recorder/style.css
135 Views
0 Comments
body {
font-family: cursive;
background-color: rgb(234, 226, 216);
}

h1{
margin-left: 560px;
}